private variable meaning in English
封包专用
私用变数
私有变量
Examples
- Statement sets the value of the private variable by use of the
关键字设置该私有变量的值。 - Can return the value held in the private variable
返回保存在私有变量 - Statement sets the value returned to the value that is stored in the private variable
语句将返回的值设置为存储在私有变量 - To keep the right triangle property i add a private variable and a setter method
将添加的直角三角形的属性设为私有变量,并增加设置方法。 - Demands placed on the assembly or non - private variable level will not produce a compiler warning
针对程序集或非私有变量级别的要求将不会产生编译器警告。